home *** CD-ROM | disk | FTP | other *** search
- Path: who.ods.com!kevin
- From: kevin@who.ods.com (Kevin Alexander)
- Newsgroups: comp.lang.c++
- Subject: Zeroing out a css
- Date: 1 Apr 1996 16:14:43 GMT
- Organization: Optical Data Systems, Inc.
- Message-ID: <4jovdj$3mb@istwok.ods.com>
- NNTP-Posting-Host: who.ods.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- I am curious what the implications of the following code snipet would be...?
- I have never seen it used before which makes me curious...
-
- x::x()
- {
- memset(this, 0x0, sizeof(x));
- }
-
-
- thanks in advance.
-
- kevin/kevin@ods.com
-